soft boot - meaning and definition. What is soft boot
Diclib.com
Online Dictionary

What (who) is soft boot - definition

PROCESS OF STARTING A COMPUTER
Boot sequence; Boot process; Boot monitor; Bootstrap program; Autobooting; Initial program load; Boot loaders; Boot-up period; Boot device; Bootable; Random reboot; Cold Boot; Boot time; Initial Program Load; Bootstrap routine; Booting up; Boot drive; Bootup; Boot-up; System startup; Hard boot; List of Acquisitions by Hard-Reset; Soft-reset; Direct-initialization; Hard-Reset; Boot up; Bootstrap loader; Cold reset; Boot (computing); Soft boot; Warm start; Booting device; Bootstrap Loader; Rebooting (computer); System reboot; Boot menu; Open apple-control-reset; Openapple-control-reset; Open Apple-Control-Reset; Apple-control-reset; Apple-Control-Reset; SyMon Bootmanager; System boot; PC Boot Process; User:Surjoanik5/PC Boot Process; Initial Program Loader; Boot program; Boot software; Quick boot; Second-stage boot loader; Secondary Program Loader; Secondary boot loader; Secondary program loader; X-loader; Boot firmware
  • [[Award Software]] BIOS from 2000 during booting
  • A [[hex dump]] of [[FreeBSD]]'s boot0 MBR
  • Android]] device, showing additional available options
  • PDP-8/E front panel showing the switches used to load the bootstrap program
  • Switches and cables used to program [[ENIAC]] (1946)
  • A flow diagram of a computer booting
  • Initial program load punched card for the [[IBM 1130]] (1965)
  • IBM System/3 console from the 1970s. Program load selector switch is lower left; Program load switch is lower right.
  • circuit board]]
  • link=Windows To Go

soft boot         
<operating system> A boot which resets only part of the system. For example, "If you're running the mess-dos emulator, control-alt-insert will cause a soft boot of the emulator, while leaving the rest of the system running". Contrast hard boot. [Jargon File] (1995-11-27)
/boot/         
DIRECTORY OF FILES FOR BOOTING THE OPERATING SYSTEM
/boot
In Linux, and other Unix-like operating systems, the directory holds files used in booting the operating system. The usage is standardized in the Filesystem Hierarchy Standard.
Boot (torture)         
  • accessdate=9 March 2019}}</ref>
  • thumb
  • Leg screwing
INSTRUMENTS OF TORTURE AND INTERROGATION DESIGNED TO CAUSE CRUSHING INJURIES TO THE FOOT AND/OR LEG
Spanish boot; Malay boot; Foot press; Iron boot
The term boot refers to a family of instruments of torture and interrogation variously designed to cause crushing injuries to the foot and/or leg. The boot has taken many forms in various places and times.

Wikipedia

Booting

In computing, booting is the process of starting a computer as initiated via hardware such as a button or by a software command. After it is switched on, a computer's central processing unit (CPU) has no software in its main memory, so some process must load software into memory before it can be executed. This may be done by hardware or firmware in the CPU, or by a separate processor in the computer system.

Restarting a computer also is called rebooting, which can be "hard", e.g. after electrical power to the CPU is switched from off to on, or "soft", where the power is not cut. On some systems, a soft boot may optionally clear RAM to zero. Both hard and soft booting can be initiated by hardware such as a button press or by a software command. Booting is complete when the operative runtime system, typically the operating system and some applications, is attained.

The process of returning a computer from a state of sleep (suspension) does not involve booting; however, restoring it from a state of hibernation does. Minimally, some embedded systems do not require a noticeable boot sequence to begin functioning and when turned on may simply run operational programs that are stored in ROM. All computing systems are state machines, and a reboot may be the only method to return to a designated zero-state from an unintended, locked state.

In addition to loading an operating system or stand-alone utility, the boot process can also load a storage dump program for diagnosing problems in an operating system.

Boot is short for bootstrap or bootstrap load and derives from the phrase to pull oneself up by one's bootstraps. The usage calls attention to the requirement that, if most software is loaded onto a computer by other software already running on the computer, some mechanism must exist to load the initial software onto the computer. Early computers used a variety of ad-hoc methods to get a small program into memory to solve this problem. The invention of read-only memory (ROM) of various types solved this paradox by allowing computers to be shipped with a start up program that could not be erased. Growth in the capacity of ROM has allowed ever more elaborate start up procedures to be implemented.